Use these flags in the MusicGetInstrumentInfo function MusicGetInstrumentInfo to indicate which instruments and instrument names you are interested in.
enum {
kGetInstrumentInfoNoBuiltIn = 1 << 0,
kGetInstrumentInfoMidiUserInst = 1 << 1,
kGetInstrumentInfoNoIText = 1 << 2
};